home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / btrieve / budemo.arc / DEMO.DOC < prev    next >
Text File  |  1990-08-30  |  27KB  |  463 lines

  1. INTRODUCTIONINTRODUCTION
  2.  
  3. BUtility is a full featured editor that gives users of Novell's BtrieveBUtility is a full featured editor that gives users of Novell's Btrieve
  4. Record Manager the ability to manipulate and examine Btrieve files.  AmongRecord Manager the ability to manipulate and examine Btrieve files.  Among
  5. BUtility's many features are:BUtility's many features are:
  6.  
  7.     * Edit the data buffer using hexadecimal or decimal values using menus    * Edit the data buffer using hexadecimal or decimal values using menus
  8.     and editing controls familiar to all Microsoft QuickBasic, QuickC, and    and editing controls familiar to all Microsoft QuickBasic, QuickC, and
  9.     Windows users.    Windows users.
  10.  
  11.     * Create Btrieve files using clear and easy-to-use dialog boxes to    * Create Btrieve files using clear and easy-to-use dialog boxes to
  12.     specify all characteristics of a file including file name, record    specify all characteristics of a file including file name, record
  13.     length, page size, number of preallocated pages, variable length    length, page size, number of preallocated pages, variable length
  14.     records, blank truncation, data compression, key-only or data-only,    records, blank truncation, data compression, key-only or data-only,
  15.     free space threshold, key attributes, and alternate collating    free space threshold, key attributes, and alternate collating
  16.     sequence.  Easily copy and edit the attributes of one file to create    sequence.  Easily copy and edit the attributes of one file to create
  17.     another.    another.
  18.  
  19.     * Print the data buffer, key buffer, or file status.    * Print the data buffer, key buffer, or file status.
  20.  
  21.     * Copy records from one file to another following any key path for any    * Copy records from one file to another following any key path for any
  22.     range of key values.  While records are copied, BUtility displays the    range of key values.  While records are copied, BUtility displays the
  23.     total records copied, the total remaining to copy, and an estimated    total records copied, the total remaining to copy, and an estimated
  24.     time of completion based on current copying speed.    time of completion based on current copying speed.
  25.  
  26.     * Other utility features include saving, loading, and recovering.    * Other utility features include saving, loading, and recovering.
  27.  
  28.     * Create an external index file from key specification entered in    * Create an external index file from key specification entered in
  29.     standard dialog boxes.    standard dialog boxes.
  30.  
  31.     * Insert text anywhere in the data buffer.    * Insert text anywhere in the data buffer.
  32.  
  33.     * View and change any field of data in the data buffer by specifying    * View and change any field of data in the data buffer by specifying
  34.     the field type (any of the Btrieve key types), the position, and the    the field type (any of the Btrieve key types), the position, and the
  35.     length.    length.
  36.  
  37.     * Edit and search through key values.    * Edit and search through key values.
  38.  
  39.     * Search and replace text throughout a file.    * Search and replace text throughout a file.
  40.  
  41.     * Perform any Btrieve operation on a file.    * Perform any Btrieve operation on a file.
  42.  
  43.     * Choose the lock type on Btrieve operations.    * Choose the lock type on Btrieve operations.
  44.  
  45.     * Create a supplemental index using the same standard key attribute    * Create a supplemental index using the same standard key attribute
  46.     dialog box as Create and Index.  Easily drop any supplemental index.    dialog box as Create and Index.  Easily drop any supplemental index.
  47.  
  48.     * Set or clear a file's owner or extend the file over two logical    * Set or clear a file's owner or extend the file over two logical
  49.     drives.    drives.
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67. All utilities supported by BUTIL are included in BUtility and areAll utilities supported by BUTIL are included in BUtility and are
  68. implemented using intuitive dialog boxes.implemented using intuitive dialog boxes.
  69.  
  70. BUtility gives you all of the capabilities of a Btrieve language interfaceBUtility gives you all of the capabilities of a Btrieve language interface
  71. and often eliminates the need to write specific testing programs.  Withand often eliminates the need to write specific testing programs.  With
  72. BUtility, you may create a file with certain characteristics, open thatBUtility, you may create a file with certain characteristics, open that
  73. file, insert and update records, view a non-key field from the data bufferfile, insert and update records, view a non-key field from the data buffer
  74. and change it to another value, automatically search through records toand change it to another value, automatically search through records to
  75. find specific text, test locking characteristics for your environment,find specific text, test locking characteristics for your environment,
  76. reset Btrieve resources, and more.reset Btrieve resources, and more.
  77.  
  78. Since BUtility's operation is so closely tied to the features of theSince BUtility's operation is so closely tied to the features of the
  79. Btrieve Record Manager, we must assume that you are already familiar withBtrieve Record Manager, we must assume that you are already familiar with
  80. Btrieve's theory of operation and terminology.Btrieve's theory of operation and terminology.
  81.  
  82.  
  83. WHAT'S NEW IN VERSION 2.0?WHAT'S NEW IN VERSION 2.0?
  84.  
  85. In BUtility version 1.x, the editing screen only accommodated recordIn BUtility version 1.x, the editing screen only accommodated record
  86. lengths of up to 4096 bytes.  BUtility version 2.0 will allow you to editlengths of up to 4096 bytes.  BUtility version 2.0 will allow you to edit
  87. a data buffer which is up to 64K long.  The default data buffer length isa data buffer which is up to 64K long.  The default data buffer length is
  88. still 4K but you may use the /dbuflen switch on the command line tostill 4K but you may use the /dbuflen switch on the command line to
  89. specify a higher value.  See Appendix A for more information on thespecify a higher value.  See Appendix A for more information on the
  90. /dbuflen command line switch./dbuflen command line switch.
  91.  
  92. Version 1.x did not allow you to update variable length records.  Now, ifVersion 1.x did not allow you to update variable length records.  Now, if
  93. you are editing a variable length record and you update or insert theyou are editing a variable length record and you update or insert the
  94. record in the file, you are be asked to specify the data buffer length forrecord in the file, you are be asked to specify the data buffer length for
  95. the record.  Therefore, BUtility no longer has the buffer length orthe record.  Therefore, BUtility no longer has the buffer length or
  96. variable length limitations that it once had.variable length limitations that it once had.
  97.  
  98. Additionally, all features of Btrieve version 5.0 have been incorporatedAdditionally, all features of Btrieve version 5.0 have been incorporated
  99. into version 2.0 such as Autoincrement key types, data compression, freeinto version 2.0 such as Autoincrement key types, data compression, free
  100. space thresholds, key-only or data-only files, and step operations.space thresholds, key-only or data-only files, and step operations.
  101.  
  102. Screen output and general display performance have been greatly improved.Screen output and general display performance have been greatly improved.
  103.  
  104. The interface has been updated to conform to the Microsoft Common UserThe interface has been updated to conform to the Microsoft Common User
  105. Interface.Interface.
  106.  
  107. The Get Position operation returns a dialog box containing the binaryThe Get Position operation returns a dialog box containing the binary
  108. value of the position of the record and the Get Direct operation acceptsvalue of the position of the record and the Get Direct operation accepts
  109. the position as a binary value.the position as a binary value.
  110.  
  111. A file may add a supplemental index defined from the key definition dialogA file may add a supplemental index defined from the key definition dialog
  112. box.  This makes it very easy to add new indices to a Btrieve file.  It isbox.  This makes it very easy to add new indices to a Btrieve file.  It is
  113. just as easy to drop a supplemental index or to define and build anjust as easy to drop a supplemental index or to define and build an
  114. external index file.external index file.
  115.  
  116. All of the commands which are available in the BUTIL program areAll of the commands which are available in the BUTIL program are
  117. implemented in BUtility.implemented in BUtility.
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133. Our favorite new feature is the Quick Field.  With it, you may specify a dataOur favorite new feature is the Quick Field.  With it, you may specify a data
  134. type, position, and length to view and replace any field of data in the datatype, position, and length to view and replace any field of data in the data
  135. buffer.  So, if you have a BFloat number in your file which is not a keybuffer.  So, if you have a BFloat number in your file which is not a key
  136. field, you may finally see what the number really is.field, you may finally see what the number really is.
  137.  
  138.  
  139. INSTALLATIONINSTALLATION
  140.  
  141. Install BUDEMO wherever you would like: on your local or network hard diskInstall BUDEMO wherever you would like: on your local or network hard disk
  142. drive under any directory or on a floppy.  Copy the file BUDEMO.EXE to anydrive under any directory or on a floppy.  Copy the file BUDEMO.EXE to any
  143. disk.disk.
  144.  
  145.  
  146. DEMONSTRATION VERSION LIMITATIONSDEMONSTRATION VERSION LIMITATIONS
  147.  
  148. BUDEMO has a few limitations.  Any file to be opened or created must have theBUDEMO has a few limitations.  Any file to be opened or created must have the
  149. word 'DEMO' in its name and must reside in the current directory.  BUDEMOword 'DEMO' in its name and must reside in the current directory.  BUDEMO
  150. will automatically return to the command line after 10 minutes of operation.will automatically return to the command line after 10 minutes of operation.
  151.  
  152.  
  153. EXECUTING BUTILITYEXECUTING BUTILITY
  154.  
  155. BUtility is invoked from the DOS command line by entering the BUDEMOBUtility is invoked from the DOS command line by entering the BUDEMO
  156. command.  The syntax for BUDEMO is as follows:command.  The syntax for BUDEMO is as follows:
  157.  
  158. [d:]budemo [[d:][path][filename[.ext]]] [/b][/dbuflen][/k][/m][/oowner][/s][d:]budemo [[d:][path][filename[.ext]]] [/b][/dbuflen][/k][/m][/oowner][/s]
  159.  
  160.     /b        Causes CGA screens to display in black and white    /b        Causes CGA screens to display in black and white
  161.     /dbuflen  Specifies a maximum data buffer length greater than the default    /dbuflen  Specifies a maximum data buffer length greater than the default
  162.               of 4K.  Enter the length in blocks of 1024 bytes.  /d64              of 4K.  Enter the length in blocks of 1024 bytes.  /d64
  163.               specifies a data buffer length of 64K.              specifies a data buffer length of 64K.
  164.     /k        Selects View-Key Buffer as default on entry to BUtility.    /k        Selects View-Key Buffer as default on entry to BUtility.
  165.     /m        Causes messages to appear after all Btrieve operations.    /m        Causes messages to appear after all Btrieve operations.
  166.     /n        Disables sound.    /n        Disables sound.
  167.     /oowner   Specifies the owner if you specify a filename.  If the owner is    /oowner   Specifies the owner if you specify a filename.  If the owner is
  168.               'smith' then use /osmith for the owner.              'smith' then use /osmith for the owner.
  169.     /s        Selects View-Status as default on entry to BUtility.    /s        Selects View-Status as default on entry to BUtility.
  170.  
  171. If BUDEMO is invoked without /k or /s, then the data buffer is the defaultIf BUDEMO is invoked without /k or /s, then the data buffer is the default
  172. view when a file is opened.  The Btrieve Record Manager must be loaded beforeview when a file is opened.  The Btrieve Record Manager must be loaded before
  173. BUtility is executed.  If BUtility is executed without the Btrieve RecordBUtility is executed.  If BUtility is executed without the Btrieve Record
  174. Manager, the screen will display:Manager, the screen will display:
  175.  
  176. If a filename is specified on the BUDEMO command line, BUtility will attemptIf a filename is specified on the BUDEMO command line, BUtility will attempt
  177. to open the file.  If the file is successfully opened, the data bufferto open the file.  If the file is successfully opened, the data buffer
  178. (default), key buffer (/k), or status screen (/s) will be displayed.(default), key buffer (/k), or status screen (/s) will be displayed.
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199. BUTILITY MENUSBUTILITY MENUS
  200.  
  201. Once BUtility is executed, the horizontal menu bar will appear at the top ofOnce BUtility is executed, the horizontal menu bar will appear at the top of
  202. the display.the display.
  203.  
  204. To activate the menus, press ALT.  To select a specific menu, press theTo activate the menus, press ALT.  To select a specific menu, press the
  205. highlighted menu letter.  To pull down the File menu, press ALT-F.  If youhighlighted menu letter.  To pull down the File menu, press ALT-F.  If you
  206. just press ALT, the File menu is highlighted.  You may use the direction keysjust press ALT, the File menu is highlighted.  You may use the direction keys
  207. to highlight the desired menu.  Once you have selected the desired menu itemto highlight the desired menu.  Once you have selected the desired menu item
  208. on the menu bar, press enter or the down direction key to pull down thaton the menu bar, press enter or the down direction key to pull down that
  209. menu.menu.
  210.  
  211. Once the menu has been pulled down, use the direction keys to select theOnce the menu has been pulled down, use the direction keys to select the
  212. desired sub menu, or press the highlighted key from the list of sub menudesired sub menu, or press the highlighted key from the list of sub menu
  213. items.  For example, once you have selected the File menu, either use theitems.  For example, once you have selected the File menu, either use the
  214. direction keys to move the selection bar down to Open or simply press O.direction keys to move the selection bar down to Open or simply press O.
  215. Also, notice that you may use the direction keys to move the menu to pullAlso, notice that you may use the direction keys to move the menu to pull
  216. down other menus from the menu bar.down other menus from the menu bar.
  217.  
  218.  
  219. GETTING STARTED WITH BUTILITYGETTING STARTED WITH BUTILITY
  220.  
  221. When BUtility needs information from you to perform a specific task, it doesWhen BUtility needs information from you to perform a specific task, it does
  222. so through standard dialog boxes.so through standard dialog boxes.
  223.  
  224. Make sure that BUDEMO.EXE and DEMO.DAT are copied to the current directoryMake sure that BUDEMO.EXE and DEMO.DAT are copied to the current directory
  225. and that Btrieve is loaded.and that Btrieve is loaded.
  226.  
  227. Execute BUtility from the command line by typing BUDEMO and pressing ENTER.Execute BUtility from the command line by typing BUDEMO and pressing ENTER.
  228.  
  229. Press ENTER to pass the copyright dialog box.  Then press ALT-F and selectPress ENTER to pass the copyright dialog box.  Then press ALT-F and select
  230. Open to open a Btrieve file.  The Open File dialog box will appear.Open to open a Btrieve file.  The Open File dialog box will appear.
  231.  
  232. The first information BUtility wants is the file name.  This informationThe first information BUtility wants is the file name.  This information
  233. should be provided by you in the File Name text box.  Type the file nameshould be provided by you in the File Name text box.  Type the file name
  234. DEMO.DAT, but do not press ENTER.  Notice that you may use the direction keysDEMO.DAT, but do not press ENTER.  Notice that you may use the direction keys
  235. to move the cursor back over the text and that INSERT and DELETE have theirto move the cursor back over the text and that INSERT and DELETE have their
  236. expected consequences.  Use TAB to move to the Owner Name text box.  Useexpected consequences.  Use TAB to move to the Owner Name text box.  Use
  237. SHIFT-TAB to move from Owner Name back to File Name.SHIFT-TAB to move from Owner Name back to File Name.
  238.  
  239. Notice that the OK command button is highlighted.  This indicates that it isNotice that the OK command button is highlighted.  This indicates that it is
  240. the default command which will be executed when ENTER is pressed.  At anythe default command which will be executed when ENTER is pressed.  At any
  241. point in a dialog box, you may press ESCAPE to cancel the operation.  Also,point in a dialog box, you may press ESCAPE to cancel the operation.  Also,
  242. notice that the bottom line of the BUtility display lists several keynotice that the bottom line of the BUtility display lists several key
  243. combinations that perform various operations.combinations that perform various operations.
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265. Several keys are available while operating with dialog boxes:Several keys are available while operating with dialog boxes:
  266.  
  267.             TAB: Moves the cursor to the next field.            TAB: Moves the cursor to the next field.
  268.  
  269.       SHIFT-TAB: Moves the cursor to the previous field.      SHIFT-TAB: Moves the cursor to the previous field.
  270.  
  271.           ENTER: Selects OK command button.          ENTER: Selects OK command button.
  272.  
  273.             ESC: Selects Cancel command button.            ESC: Selects Cancel command button.
  274.  
  275.  DIRECTION KEYS: Moves between options in an option button field and moves DIRECTION KEYS: Moves between options in an option button field and moves
  276.                  along text in a text box.                 along text in a text box.
  277.  
  278.             ALT: Turns on highlight key of field names.            ALT: Turns on highlight key of field names.
  279.  
  280.   ALT-HIGHLIGHT: Moves cursor to a specific field.  ALT-HIGHLIGHT: Moves cursor to a specific field.
  281.  
  282.  
  283. From the Owner Name text box, press TAB.  Now you are in the Mode optionFrom the Owner Name text box, press TAB.  Now you are in the Mode option
  284. buttons.  The default mode is Normal and is indicated by the marker.  You maybuttons.  The default mode is Normal and is indicated by the marker.  You may
  285. select another mode by using the up and down direction keys to move theselect another mode by using the up and down direction keys to move the
  286. marker from one option to another.  Only one option in an option button listmarker from one option to another.  Only one option in an option button list
  287. may be selected at any given time.may be selected at any given time.
  288.  
  289. Press ENTER to activate the OK command button to open the file.  If the filePress ENTER to activate the OK command button to open the file.  If the file
  290. is opened successfully, BUtility will display the hexadecimal data buffer.is opened successfully, BUtility will display the hexadecimal data buffer.
  291.  
  292. You should recognize the similarity between this screen and the DOS debugYou should recognize the similarity between this screen and the DOS debug
  293. screen or other data/file editors.  The initial data buffer screen displaysscreen or other data/file editors.  The initial data buffer screen displays
  294. character values in hexadecimal on the left portion of this display while thecharacter values in hexadecimal on the left portion of this display while the
  295. right portion displays the ASCII character equivalent for each byte in theright portion displays the ASCII character equivalent for each byte in the
  296. buffer.  Notice that the hex number displayed on the bottom line of thebuffer.  Notice that the hex number displayed on the bottom line of the
  297. display at the right corner is the offset, 0 relative, of the cursor withindisplay at the right corner is the offset, 0 relative, of the cursor within
  298. the record buffer.  Thus, 0000 is the first byte in the record.  Also noticethe record buffer.  Thus, 0000 is the first byte in the record.  Also notice
  299. that the data buffer is initialized to a string of spaces (Hex 20, decimalthat the data buffer is initialized to a string of spaces (Hex 20, decimal
  300. 32).32).
  301.  
  302. Press ALT-V to pull down the View menu and select Decimal by pressing C.Press ALT-V to pull down the View menu and select Decimal by pressing C.
  303. This changes the data buffer display to decimal values.  Notice that theThis changes the data buffer display to decimal values.  Notice that the
  304. decimal number at the lower right of the screen now represents the positiondecimal number at the lower right of the screen now represents the position
  305. (1 relative) of the cursor within the file.  Thus, 1 indicates that the(1 relative) of the cursor within the file.  Thus, 1 indicates that the
  306. cursor in at position 1 in the data buffer.cursor in at position 1 in the data buffer.
  307.  
  308. Press ALT-U for Utilities and press S to select Set Owner.  This is how youPress ALT-U for Utilities and press S to select Set Owner.  This is how you
  309. may easily assign an owner to the file.may easily assign an owner to the file.
  310.  
  311. Type DEMO in the Owner Name text box and press TAB to move to the EncryptType DEMO in the Owner Name text box and press TAB to move to the Encrypt
  312. Data check box.  These check boxes allow you to encrypt data in the file orData check box.  These check boxes allow you to encrypt data in the file or
  313. to allow read-only access to the file.to allow read-only access to the file.
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331. Check boxes activate certain options which may be available.  To activate orCheck boxes activate certain options which may be available.  To activate or
  332. deactivate a check box, press TAB until the cursor is in the desired optiondeactivate a check box, press TAB until the cursor is in the desired option
  333. and press press the SPACE BAR.  An activated check box will display an Xand press press the SPACE BAR.  An activated check box will display an X
  334. between the brackets while a deactivated check box does not.between the brackets while a deactivated check box does not.
  335.  
  336. Press TAB to the Cancel command button.  Notice that OK is no longerPress TAB to the Cancel command button.  Notice that OK is no longer
  337. highlighted but Cancel is.  You may press ESC or SPACE BAR to cancel the Sethighlighted but Cancel is.  You may press ESC or SPACE BAR to cancel the Set
  338. Owner option.Owner option.
  339.  
  340. Now you should be back at the data buffer screen.  Press CTRL-S to view theNow you should be back at the data buffer screen.  Press CTRL-S to view the
  341. status of the file.  This is the first use of a shortcut key.  A shortcut keystatus of the file.  This is the first use of a shortcut key.  A shortcut key
  342. is just an easy method to choose a menu option without using the pull downis just an easy method to choose a menu option without using the pull down
  343. menus.  Press ALT-V to pull down the View menu and notice that Status hasmenus.  Press ALT-V to pull down the View menu and notice that Status has
  344. CTRL-S next to it.  Thus, CTRL-S is the shortcut method to view the statusCTRL-S next to it.  Thus, CTRL-S is the shortcut method to view the status
  345. screen.screen.
  346.  
  347. This screen should be familiar to those who have used the BUTIL -STAT commandThis screen should be familiar to those who have used the BUTIL -STAT command
  348. provided with the Btrieve Record Manager.  It shows the record and keyprovided with the Btrieve Record Manager.  It shows the record and key
  349. characteristics of the open file.  If there are more key segments than willcharacteristics of the open file.  If there are more key segments than will
  350. fit on one screen, you may use the up and down direction keys to scrollfit on one screen, you may use the up and down direction keys to scroll
  351. through the list.  Press CTRL-K to view the key buffer.through the list.  Press CTRL-K to view the key buffer.
  352.  
  353. This screen allows you to directly view and edit the keys of a file.  You mayThis screen allows you to directly view and edit the keys of a file.  You may
  354. enter values here and perform get operations to establish positioning withinenter values here and perform get operations to establish positioning within
  355. the file.  Notice that keys such as integers are the actual expanded numbers,the file.  Notice that keys such as integers are the actual expanded numbers,
  356. not the bytes that make up the number.  Therefore, when you type a key whichnot the bytes that make up the number.  Therefore, when you type a key which
  357. is defined as a two byte integer, the two bytes in the data buffer at theis defined as a two byte integer, the two bytes in the data buffer at the
  358. key's position contain the bytes which make up the number.key's position contain the bytes which make up the number.
  359.  
  360. Notice that the current key path is indicated to the left of the key by aNotice that the current key path is indicated to the left of the key by a
  361. round marker.  To select another key path, press ALT-K to pull down the Keyround marker.  To select another key path, press ALT-K to pull down the Key
  362. Path menu and select the desired key path.Path menu and select the desired key path.
  363.  
  364. When using BUtility, all rules that apply to Btrieve and application programsWhen using BUtility, all rules that apply to Btrieve and application programs
  365. remain.  Thus, for example, changing the key path requires a get operation toremain.  Thus, for example, changing the key path requires a get operation to
  366. re-establish current positioning.re-establish current positioning.
  367.  
  368. Press CTRL-D to return to the data buffer.  Finally, press ALT-V to pull downPress CTRL-D to return to the data buffer.  Finally, press ALT-V to pull down
  369. the View manu and press Q to view a Quick Field.  Move the marker to BFloat,the View manu and press Q to view a Quick Field.  Move the marker to BFloat,
  370. press TAB, type 1 for position, press TAB, type 4 for length, and presspress TAB, type 1 for position, press TAB, type 4 for length, and press
  371. ENTER.  The BFloat number represented by the four bytes at position 1 in theENTER.  The BFloat number represented by the four bytes at position 1 in the
  372. data buffer is displayed in the Field Value text box.data buffer is displayed in the Field Value text box.
  373.  
  374. You may press TAB to move to the Field Value text box, enter a new number,You may press TAB to move to the Field Value text box, enter a new number,
  375. and press ATL-R to replace the 4 bytes in the data buffer so that theyand press ATL-R to replace the 4 bytes in the data buffer so that they
  376. represent the value that you have entered.represent the value that you have entered.
  377.  
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397. BUtility 2.0 is available from SMITHWARE, Inc. for $129.95 plus $7 domesticBUtility 2.0 is available from SMITHWARE, Inc. for $129.95 plus $7 domestic
  398. or $25 international shipping and handling.or $25 international shipping and handling.
  399.  
  400. SMITHWARE, Inc.SMITHWARE, Inc.
  401. Suite 2000Suite 2000
  402. 147 Harpeth Trace Drive147 Harpeth Trace Drive
  403. Nashville, TN  37221Nashville, TN  37221
  404. 615-352-2221615-352-2221
  405.  
  406.  
  407.  
  408.  
  409.  
  410.  
  411.  
  412.  
  413.  
  414.  
  415.  
  416.  
  417.  
  418.  
  419.  
  420.  
  421.  
  422.  
  423.  
  424.  
  425.  
  426.  
  427.  
  428.  
  429.  
  430.  
  431.  
  432.  
  433.  
  434.  
  435.  
  436.  
  437.  
  438.  
  439.  
  440.  
  441.  
  442.  
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450.  
  451.  
  452.  
  453.  
  454.  
  455.  
  456.  
  457.  
  458.  
  459.  
  460.  
  461.  
  462.  
  463.